header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: #ffffff;
  line-height: 100px;
  height: 100px;
}
header > div {
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo {
  width: 24%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo .logo_img {
  margin-right: 20px;
}
header > div .logo .logo_img a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo .logo_img a img {
  height: 70px;
}
header > div .logo .logo_text a h3 {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}
header > div .logo .logo_text a p {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
header > div nav {
  width: 70%;
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav ul {
  width: 90%;
  width: calc(100% - 120px);
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav ul li {
  line-height: inherit;
  position: relative;
  width: 14%;
  z-index: 999;
  transition: all 1s;
}
header > div nav ul li:hover {
  background-color: #f0f0f0;
}
header > div nav ul li:hover .menu {
  height: auto;
  opacity: 1;
}
header > div nav ul li a {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: inherit;
  font-weight: 400;
  text-align: center;
}
header > div nav ul li .menu {
  opacity: 0;
  overflow: hidden;
  height: 0;
  width: 100%;
  transition: all 1s;
  position: absolute;
  top: 112px;
  left: 0;
  background-color: #f0f0f0;
}
header > div nav ul li .menu .menu_item:nth-of-type(1) {
  margin-top: 20px;
}
header > div nav ul li .menu .menu_item:nth-last-of-type(1) {
  margin-bottom: 20px;
}
header > div nav ul li .menu .menu_item a {
  font-size: 14px;
  color: #333;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}
header > div nav ul li .menu .menu_item:hover {
  background-color: #004594;
}
header > div nav ul li .menu .menu_item:hover a {
  color: #fff;
}
header > div nav .tool {
  width: 60px;
  padding-left: 20px;
  border-left: 1px solid #333;
}
header > div nav .tool a > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav .tool a > div i {
  color: #333;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  text-align: center;
}
header > div nav .tool a > div h3 {
  margin-left: 6px;
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1680px) {
  header {
    line-height: 90px;
    height: 90px;
  }
  header > div nav ul li a {
    font-size: 16px;
  }
  header > div .logo .logo_img a img {
    height: 60px;
  }
}
@media screen and (max-width: 1440px) {
  header {
    line-height: 80px;
    height: 80px;
  }
  header > div nav ul li a {
    font-size: 15px;
  }
  header > div .logo .logo_img a img {
    height: 54px;
  }
  header > div nav .tool a > div h3 {
    font-size: 14px;
  }
  header > div nav .tool a > div i {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  header {
    display: none;
  }
}
footer .top {
  box-sizing: border-box;
  height: 500px;
  background-color: #1f1f1f;
  padding-top: 100px;
  padding-bottom: 60px;
}
footer .top .w80 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .top .w80 .left {
  width: 26%;
}
footer .top .w80 .left .logo {
  margin-bottom: 20px;
}
footer .top .w80 .left .logo img {
  width: initial;
}
footer .top .w80 .left .list .item {
  font-size: 15px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 14px;
  opacity: 0.6;
}
footer .top .w80 .left .list .item a {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
footer .top .w80 .center {
  width: 46%;
  height: 240px;
  padding: 0 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .top .w80 .center dl dt {
  margin-bottom: 20px;
}
footer .top .w80 .center dl dt a {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
footer .top .w80 .center dl dd {
  margin-bottom: 20px;
}
footer .top .w80 .center dl dd a {
  font-size: 15px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  opacity: 0.6;
}
footer .top .w80 .right {
  width: 18%;
  height: 240px;
  box-sizing: border-box;
  text-align: center;
}
footer .top .w80 .right .img {
  display: inline-block;
  padding: 16px;
  border: 1px solid #ffffff30;
  border-radius: 10px;
}
footer .top .w80 .right .img img {
  display: block;
}
footer .top .w80 .right .txt {
  margin-top: 10px;
}
footer .top .w80 .right .txt h3 {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
  opacity: 0.6;
}
footer .top .w80 .right .txt p {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  opacity: 0.6;
}
footer .bottom {
  background-color: #004594;
  width: 100%;
  height: 70px;
}
footer .bottom .w80 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .bottom .w80 .left a {
  font-size: 15px;
  color: #fff;
  line-height: 70px;
  font-weight: 400;
  text-align: left;
  padding-right: 20px;
}
footer .bottom .w80 .right a {
  font-size: 15px;
  color: #fff;
  line-height: 70px;
  font-weight: 400;
  text-align: left;
  padding-left: 20px;
}
@media screen and (max-width: 1440px) {
  footer .top .w80 .center dl dt a {
    font-size: 16px;
  }
  footer .top .w80 .center dl dd a {
    font-size: 14px;
  }
  footer .top .w80 .right {
    margin-right: 2px;
  }
  footer .top .w80 .left .logo img {
    width: 150px;
  }
  footer .top .w80 .left .list .item {
    font-size: 14px;
  }
  footer .bottom .w80 .right a {
    font-size: 13px;
  }
  footer .bottom .w80 .left a {
    font-size: 13px;
  }
}
@media screen and (max-width: 992px) {
  footer .top .w80 .center {
    display: none;
  }
  footer .top .w80 .right {
    display: none;
  }
  footer .top .w80 .left {
    width: 100%;
  }
  footer .top {
    height: 430px;
    padding-top: 80px;
  }
  footer .bottom .w80 .right {
    display: none;
  }
  footer .bottom .w80 .left a:nth-of-type(2) {
    display: none;
  }
}
.index .i_part1 {
  background-color: #f0f0f0;
  padding-bottom: 152px;
}
.index .i_part1 .w80 .top {
  padding-top: 180px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .i_part1 .w80 .top .left {
  width: 50%;
  height: 600px;
}
.index .i_part1 .w80 .top .left .text h2 {
  transform: translateY(-40px);
  font-size: 42px;
  color: #004594;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .i_part1 .w80 .top .left .text h3 {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .i_part1 .w80 .top .left .text h4 {
  margin-top: 30px;
  font-size: 20px;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
.index .i_part1 .w80 .top .left .more {
  margin-top: 110px;
  width: 230px;
  text-align: center;
  border: 2px solid #f9b11c;
  border-radius: 60px;
  box-sizing: border-box;
}
.index .i_part1 .w80 .top .left .more a {
  font-size: 20px;
  color: #f9b11c;
  line-height: 52px;
  font-weight: 400;
  text-align: center;
}
.index .i_part1 .w80 .top .right {
  width: 50%;
  height: 600px;
  background-image: url(/images/index_p01_bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.index .i_part1 .w80 .top .right .img {
  width: 100%;
  position: relative;
}
.index .i_part1 .w80 .top .right .img .item {
  position: absolute;
}
.index .i_part1 .w80 .top .right .img .item:nth-of-type(1) {
  top: 60px;
  right: 400px;
}
.index .i_part1 .w80 .top .right .img .item:nth-of-type(2) {
  top: 274px;
  right: 640px;
}
.index .i_part1 .w80 .top .right .img .item:nth-of-type(2) img {
  width: 98px;
}
.index .i_part1 .w80 .top .right .img .item:nth-of-type(3) {
  top: 264px;
  right: 274px;
}
.index .i_part1 .w80 .top .right .img .item:nth-of-type(4) {
  top: 252px;
  right: 590px;
}
.index .i_part1 .w80 .top .right .img .item:nth-of-type(4) img {
  width: 38px;
}
.index .i_part1 .w80 .top .right .img .item:nth-of-type(5) {
  top: 180px;
  right: 50px;
}
.index .i_part1 .w80 .bottom ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .i_part1 .w80 .bottom ul li {
  position: relative;
  width: 32.2%;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.index .i_part1 .w80 .bottom ul li:nth-of-type(n + 4) {
  margin-bottom: 0;
}
.index .i_part1 .w80 .bottom ul li:nth-of-type(6) a .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.index .i_part1 .w80 .bottom ul li:nth-of-type(6) a .text .t3 {
  width: 100%;
  text-align: center;
  margin-bottom: 36px;
}
.index .i_part1 .w80 .bottom ul li:nth-of-type(6) a .text .t3 img {
  display: inline;
}
.index .i_part1 .w80 .bottom ul li:nth-of-type(6) a .text .t1 {
  width: 100%;
}
.index .i_part1 .w80 .bottom ul li:nth-of-type(6) a .text .t1 h2 {
  font-size: 36px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.index .i_part1 .w80 .bottom ul li:nth-of-type(6) a .text .t1 p {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: center;
}
.index .i_part1 .w80 .bottom ul li a .text {
  position: absolute;
  top: 10%;
  left: 8%;
  width: 84%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .i_part1 .w80 .bottom ul li a .text .t1 h2 {
  font-size: 36px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}
.index .i_part1 .w80 .bottom ul li a .text .t1 p {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.index .i_part1 .w80 .bottom ul li a .text .t2 {
  width: 142px;
  height: 42px;
  border-radius: 24px;
  background-color: #004594;
  font-size: 14px;
  color: #fff;
  line-height: 42px;
  font-weight: 100;
  text-align: center;
  border: 1px solid #00b7ff;
}
.index .i_part1 .w80 .bottom ul li a .img {
  width: 100%;
}
.index .i_part1 .w80 .bottom ul li a .img img {
  width: 100%;
}
.index .i_part2 {
  background-image: url(/images/i_part02_bg.jpg);
  padding-top: 120px;
  padding-bottom: 120px;
}
.index .i_part2 .w80 .text {
  width: 44%;
}
.index .i_part2 .w80 .text h2 {
  transform: translateY(-60px);
  font-size: 42px;
  color: #f9b11c;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0px;
}
.index .i_part2 .w80 .text h3 {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
  transform: translateY(-20px);
}
.index .i_part2 .w80 .num {
  width: 44%;
}
.index .i_part2 .w80 .num ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .i_part2 .w80 .num ul li.line {
  height: 40px;
  width: 1px;
  background-color: #fff;
  opacity: 0.4;
}
.index .i_part2 .w80 .num ul li .top {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
}
.index .i_part2 .w80 .num ul li .top h1 {
  font-size: 60px;
  color: #f9b11c;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .i_part2 .w80 .num ul li .top span {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 8px;
  margin-left: 8px;
}
.index .i_part2 .w80 .num ul li .bottom {
  margin-top: 10px;
}
.index .i_part2 .w80 .num ul li .bottom p {
  font-size: 15px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .i_part2 .w80 .more {
  margin-top: 110px;
  width: 230px;
  text-align: center;
  border: 2px solid #f9b11c;
  border-radius: 60px;
  box-sizing: border-box;
}
.index .i_part2 .w80 .more a {
  font-size: 20px;
  color: #f9b11c;
  line-height: 52px;
  font-weight: 400;
  text-align: center;
}
.index .i_part3 {
  background-color: #f0f0f0;
  padding-bottom: 80px;
}
.index .i_part3 .w80 .top {
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .i_part3 .w80 .top .text {
  height: 150px;
}
.index .i_part3 .w80 .top .text h2 {
  transform: translateY(-80px);
  font-size: 42px;
  color: #004594;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0px;
}
.index .i_part3 .w80 .top .more {
  width: 230px;
  text-align: center;
  border: 2px solid #f9b11c;
  border-radius: 60px;
  box-sizing: border-box;
}
.index .i_part3 .w80 .top .more a {
  font-size: 20px;
  color: #f9b11c;
  line-height: 52px;
  font-weight: 400;
  text-align: center;
}
.index .i_part3 .w80 .bottom {
  margin-top: 50px;
  margin-bottom: 60px;
}
.index .i_part3 .w80 .bottom ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .i_part3 .w80 .bottom ul li {
  width: 32.2%;
}
.index .i_part3 .w80 .bottom ul li:hover .img img {
  transform: scale(1.1);
}
.index .i_part3 .w80 .bottom ul li:hover .txt h2 {
  color: #f9b11c;
}
.index .i_part3 .w80 .bottom ul li .img {
  overflow: hidden;
}
.index .i_part3 .w80 .bottom ul li .img img {
  width: 100%;
  transition: all 0.5s ease;
}
.index .i_part3 .w80 .bottom ul li .txt {
  margin-top: 20px;
}
.index .i_part3 .w80 .bottom ul li .txt h2 {
  font-size: 22px;
  color: #333;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
  margin-bottom: 16px;
  height: 56px;
}
.index .i_part3 .w80 .bottom ul li .txt h4 {
  font-size: 15px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .i_part3 .w80 .bottom ul li .n_more {
  margin-top: 50px;
  padding-bottom: 26px;
  border-bottom: 1px solid #dfdfdf;
}
.index .i_part3 .w80 .bottom ul li .n_more a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.index .i_part3 .w80 .bottom ul li .n_more a i {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  font-size: 12px;
  text-align: center;
  background-color: #f9b11c;
  color: #fff;
}
.index .i_part3 .w80 .bottom ul li .n_more a p {
  margin-left: 10px;
  font-size: 15px;
  color: #f9b11c;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .i_pt04 {
  background-image: url(/images/i_part04_bg.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  position: relative;
}
.index .i_pt04 .center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index .i_pt04 .center .text h1 {
  font-size: 36px;
  color: #f9b11c;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
}
.index .i_pt04 .center .text p {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.index .i_pt04 .center .message {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
.index .i_pt04 .center .message a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 180px;
  margin: 0 10px;
  border-radius: 5px;
}
.index .i_pt04 .center .message a p {
  font-size: 15px;
  color: #fff;
  line-height: 46px;
  font-weight: 400;
  text-align: center;
}
.index .i_pt04 .center .message a i {
  font-size: 13px;
  color: #fff;
  margin-left: 10px;
}
.index .i_pt04 .center .message a:nth-of-type(1) {
  border: 1px solid #fff;
}
.index .i_pt04 .center .message a:nth-of-type(2) {
  border: 1px solid #fff;
}
@media screen and (max-width: 1680px) {
  .index .i_part1 .w80 .top .left .text h1 img {
    width: 680px;
  }
  .index .i_part1 .w80 .top .left .text h2 {
    font-size: 36px;
  }
  .index .i_part1 .w80 .top .left .text h4 {
    font-size: 18px;
  }
  .index .i_part1 .w80 .top .left .more a {
    font-size: 18px;
    line-height: 48px;
  }
  .index .i_part1 .w80 .top .left .more {
    width: 210px;
  }
  .index .i_part1 .w80 .top .right {
    height: 510px;
  }
  .index .i_part1 .w80 .top .right .img .item:nth-of-type(1) {
    top: -30px;
  }
  .index .i_part1 .w80 .top .right .img .item:nth-of-type(2) {
    top: 184px;
    right: 544px;
  }
  .index .i_part1 .w80 .top .right .img .item:nth-of-type(2) img {
    width: 110px;
  }
  .index .i_part1 .w80 .top .right .img .item:nth-of-type(4) {
    top: 50px;
    right: 350px;
  }
  .index .i_part1 .w80 .top .right .img .item:nth-of-type(4) img {
    width: 36px;
  }
  .index .i_part1 .w80 .top .right .img .item:nth-of-type(3) {
    top: 192px;
    right: 264px;
  }
  .index .i_part1 .w80 .top .right .img .item:nth-of-type(3) img {
    width: 200px;
  }
  .index .i_part1 .w80 .top .right .img .item:nth-of-type(5) {
    top: 104px;
    right: 80px;
  }
  .index .i_part1 .w80 .top .right .img .item:nth-of-type(5) img {
    width: 160px;
  }
  .index .i_part1 .w80 .top {
    padding-top: 120px;
  }
  .index .i_part1 .w80 .top .left {
    height: 530px;
  }
  .index .i_part1 .w80 .bottom ul li a .text .t1 h2 {
    font-size: 24px;
  }
  .index .i_part1 .w80 .bottom ul li a .text .t1 p {
    font-size: 15px;
  }
  .index .i_part1 .w80 .bottom ul li {
    width: 32%;
  }
  .index .i_part1 {
    padding-bottom: 120px;
  }
  .index .i_part1 .w80 .bottom ul li:nth-of-type(6) a .text .t1 h2 {
    font-size: 28px;
  }
  .index .i_part2 {
    background-size: 100%;
  }
  .index .i_part2 .w80 .text h1 img {
    width: 670px;
  }
  .index .i_part2 .w80 .text h2 {
    font-size: 36px;
  }
  .index .i_part2 .w80 .num ul li .top h1 {
    font-size: 38px;
  }
  .index .i_part2 .w80 .num ul li .top span {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 1440px) {
  .index .i_part1 .w80 .top .right {
    background-size: 100%;
    height: 410px;
  }
  .index .i_part1 .w80 .top .right .img .item:nth-of-type(5) img {
    width: 110px;
  }
  .index .i_part1 .w80 .top .right .img .item:nth-of-type(3) img {
    width: 140px;
  }
  .index .i_part1 .w80 .top .right .img .item:nth-of-type(2) img {
    width: 60px;
  }
  .index .i_part1 .w80 .top .right .img .item:nth-of-type(2) {
    top: 188px;
    right: 414px;
  }
  .index .i_part1 .w80 .top .right .img .item:nth-of-type(3) {
    top: 186px;
    right: 194px;
  }
  .index .i_part1 .w80 .top .right .img .item:nth-of-type(5) {
    top: 122px;
    right: 56px;
  }
  .index .i_part1 .w80 .top .right .img .item:nth-of-type(4) img {
    width: 30px;
  }
  .index .i_part1 .w80 .top .right .img .item:nth-of-type(4) {
    top: 156px;
    right: 500px;
  }
  .index .i_part1 .w80 .top .right .img .item:nth-of-type(1) img {
    width: 60px;
  }
  .index .i_part1 .w80 .top .right .img .item:nth-of-type(1) {
    top: 14px;
    right: 290px;
  }
  .index .i_part1 .w80 .top .left .text h1 img {
    width: 420px;
  }
  .index .i_part1 .w80 .top .left {
    height: 410px;
  }
  .index .i_part1 .w80 .top .left .more {
    margin-top: 80px;
    width: 180px;
  }
  .index .i_part1 .w80 .top .left .more a {
    font-size: 15px;
    line-height: 42px;
  }
  .index .i_part1 .w80 .top .left .text h2 {
    font-size: 30px;
  }
  .index .i_part1 .w80 .top .left .text h4 {
    font-size: 16px;
  }
  .index .i_part1 .w80 .bottom ul li a .text .t1 h2 {
    font-size: 18px;
  }
  .index .i_part1 .w80 .bottom ul li a .text .t1 p {
    font-size: 13px;
  }
  .index .i_part1 .w80 .bottom ul li a .text .t2 {
    font-size: 13px;
    height: 36px;
    width: 110px;
    line-height: 36px;
  }
  .index .i_part1 .w80 .bottom ul li:nth-of-type(6) a .text .t3 img {
    width: 60px;
  }
  .index .i_part1 .w80 .bottom ul li:nth-of-type(6) a .text .t3 {
    margin-bottom: 20px;
  }
  .index .i_part1 .w80 .bottom ul li:nth-of-type(6) a .text .t1 h2 {
    font-size: 20px;
  }
  .index .i_part1 .w80 .bottom ul li:nth-of-type(6) a .text .t1 p {
    font-size: 14px;
  }
  .index .i_part2 .w80 .text h1 img {
    width: 420px;
  }
  .index .i_part2 .w80 .text h2 {
    font-size: 30px;
    transform: translateY(-46px);
  }
  .index .i_part2 .w80 .text h3 {
    font-size: 14px;
  }
  .index .i_part2 .w80 .num ul li .bottom p {
    font-size: 13px;
  }
  .index .i_part2 .w80 .num ul li .top h1 {
    font-size: 32px;
  }
  .index .i_part2 .w80 .num ul li .top span {
    font-size: 15px;
    margin-bottom: 3px;
  }
  .index .i_part2 .w80 .more {
    width: 180px;
    margin-top: 60px;
  }
  .index .i_part2 .w80 .more a {
    font-size: 14px;
    line-height: 42px;
  }
  .index .i_part2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .index .i_part3 .w80 .top .text h1 img {
    width: 280px;
  }
  .index .i_part3 .w80 .top .text h2 {
    font-size: 30px;
    transform: translateY(-50px);
  }
  .index .i_part3 .w80 .top .more {
    width: 180px;
  }
  .index .i_part3 .w80 .top .more a {
    font-size: 15px;
    line-height: 42px;
  }
  .index .i_part3 .w80 .top .text {
    height: 70px;
  }
  .index .i_part3 .w80 .bottom {
    margin-top: 42px;
  }
  .index .i_part3 .w80 .bottom ul li .txt h2 {
    font-size: 16px;
    height: 40px;
  }
  .index .i_part3 .w80 .bottom ul li .n_more {
    margin-top: 30px;
    padding-bottom: 16px;
  }
  .index .i_part3 .w80 .bottom ul li .n_more a p {
    font-size: 14px;
  }
  .index .i_part3 .w80 .bottom ul li .n_more a i {
    font-size: 8px;
  }
  .index .i_part3 .w80 .bottom ul li .img {
    height: 0;
    padding-bottom: 240px;
  }
  .index .i_pt04 .center .text h1 {
    font-size: 26px;
  }
  .index .i_pt04 .center .text p {
    font-size: 18px;
  }
  .index .i_pt04 .center .text h1 {
    margin-bottom: 16px;
  }
  .index .i_pt04 .center .message a {
    width: 156px;
    border-radius: 30px;
  }
  .index .i_pt04 .center .message a p {
    line-height: 42px;
    font-size: 13px;
  }
  .index .i_pt04 {
    height: 360px;
  }
}
@media screen and (max-width: 1366px) {
  .index .i_part1 .w80 .top .right .img .item:nth-of-type(5) {
    top: 136px;
  }
  .index .i_part1 .w80 .top .right .img .item:nth-of-type(1) {
    top: 30px;
    right: 268px;
  }
  .index .i_part1 .w80 .top .right .img .item:nth-of-type(4) {
    top: 163px;
    right: 480px;
  }
  .index .i_part1 .w80 .top .right .img .item:nth-of-type(2) {
    top: 194px;
    right: 400px;
  }
  .index .i_part1 .w80 .top .left .text h2 {
    font-size: 26px;
  }
  .index .i_part1 .w80 .top .left .text h1 img {
    width: 340px;
  }
  .index .i_part1 .w80 .top .left .text h3 {
    font-size: 15px;
  }
  .index .i_part1 .w80 .top .left .text h4 {
    font-size: 15px;
  }
  .index .i_part1 .w80 .top .left .more a {
    font-size: 14px;
    line-height: 40px;
  }
  .index .i_part1 .w80 .top .left .more {
    width: 160px;
  }
  .index .i_part1 .w80 .top {
    padding-top: 100px;
  }
}
@media screen and (max-width: 992px) {
  .index .i_part1 .w80 .top .left {
    width: 100%;
    height: 300px;
  }
  .index .i_part1 .w80 .top .left .text h1 img {
    width: 220px;
  }
  .index .i_part1 .w80 .top .left .text h2 {
    font-size: 20px;
    transform: translateY(-28px);
  }
  .index .i_part1 .w80 .top {
    padding-top: 80px;
  }
  .index .i_part1 .w80 .top .left .text h4 {
    margin-top: 14px;
  }
  .index .i_part1 .w80 .top .left .more {
    margin-top: 40px;
    width: 140px;
  }
  .index .i_part1 .w80 .top .left .more a {
    line-height: 36px;
  }
  .index .i_part1 .w80 .top .left .text h3 {
    line-height: 1.5;
  }
  .index .i_part1 .w80 .top .right {
    width: 100%;
    height: 290px;
  }
  .index .i_part1 .w80 .top .right .img .item:nth-of-type(5) img {
    width: 70px;
  }
  .index .i_part1 .w80 .top .right .img .item:nth-of-type(5) {
    top: 116px;
    right: 26px;
  }
  .index .i_part1 .w80 .top .right .img .item:nth-of-type(4) img {
    width: 22px;
  }
  .index .i_part1 .w80 .top .right .img .item:nth-of-type(4) {
    top: 128px;
    right: 240px;
  }
  .index .i_part1 .w80 .top .right .img .item:nth-of-type(3) img {
    width: 90px;
  }
  .index .i_part1 .w80 .top .right .img .item:nth-of-type(3) {
    top: 154px;
    right: 114px;
  }
  .index .i_part1 .w80 .top .right .img .item:nth-of-type(2) img {
    width: 40px;
  }
  .index .i_part1 .w80 .top .right .img .item:nth-of-type(2) {
    top: 154px;
    right: 278px;
  }
  .index .i_part1 .w80 .top .right .img .item:nth-of-type(1) img {
    width: 44px;
  }
  .index .i_part1 .w80 .top .right .img .item:nth-of-type(1) {
    top: 38px;
    right: 160px;
  }
  .index .i_part1 .w80 .bottom ul li {
    width: 100%;
  }
  .index .i_part1 .w80 .bottom ul li:nth-of-type(n + 4) {
    margin-bottom: 20px;
  }
  .index .i_part1 {
    padding-bottom: 80px;
  }
  .index .i_part2 {
    background-color: #004594;
    background-image: none;
  }
  .index .i_part2 .w80 .text {
    width: 100%;
  }
  .index .i_part2 .w80 .num {
    width: 100%;
  }
  .index .i_part2 .w80 .text h1 img {
    width: 240px;
  }
  .index .i_part2 .w80 .text h2 {
    font-size: 20px;
    transform: translateY(-30px);
  }
  .index .i_part2 {
    padding-top: 80px;
  }
  .index .i_part2 .w80 .num ul li {
    width: 99%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .index .i_part2 .w80 .num ul li.line {
    display: none;
  }
  .index .i_part2 .w80 .more {
    margin-top: 40px;
    width: 140px;
  }
  .index .i_part2 .w80 .more a {
    line-height: 36px;
  }
  .index .i_part3 .w80 .top .text h1 img {
    width: 170px;
  }
  .index .i_part3 .w80 .top .text h2 {
    font-size: 20px;
    transform: translateY(-32px);
  }
  .index .i_part3 .w80 .top {
    margin-top: 90px;
  }
  .index .i_part3 .w80 .top .more {
    display: none;
  }
  .index .i_part3 .w80 .bottom {
    margin-top: 20px;
  }
  .index .i_part3 .w80 .top .text {
    height: 50px;
  }
  .index .i_part3 .w80 .bottom ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .index .i_part3 {
    padding-bottom: 0;
  }
  .index .i_pt04 .center {
    width: 90%;
  }
  .index .i_pt04 .center .text h1 {
    font-size: 20px;
  }
  .index .i_pt04 .center .message a:nth-of-type(1) {
    display: none;
  }
  .index .i_pt04 .center .message a p {
    line-height: 36px;
  }
  .index .i_pt04 {
    height: 250px;
  }
  .index .i_pt04 .center .message {
    margin-top: 30px;
  }
  .index .i_pt04 .center .text p {
    font-size: 16px;
  }
}
.about .main .ct .jianjie {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.about .main .ct .jianjie .left {
  width: 35%;
  padding: 0 60px 0 0;
  box-sizing: border-box;
  border-right: 1px solid #ededed;
}
.about .main .ct .jianjie .left h3 {
  font-size: 42px;
  color: #d3d3d3;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}
.about .main .ct .jianjie .left p {
  font-size: 36px;
  color: #004594;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  position: relative;
  margin-bottom: 40px;
}
.about .main .ct .jianjie .left p::after {
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  background-color: #f9b11c;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.about .main .ct .jianjie .left span {
  font-size: 18px;
  color: #666;
  line-height: 1.5;
  font-weight: normal;
  text-align: left;
}
.about .main .ct .jianjie .left .img {
  margin-top: 60px;
  width: 84%;
  overflow: hidden;
  border-radius: 0 60px;
}
.about .main .ct .jianjie .left .img img {
  width: 100%;
}
.about .main .ct .jianjie .right {
  width: 65%;
  box-sizing: border-box;
  padding: 0 0 0 60px;
}
.about .main .ct .jianjie .right h3 {
  font-size: 24px;
  color: #333;
  line-height: 1.8;
  font-weight: normal;
  text-align: left;
  margin-bottom: 20px;
}
.about .main .ct .jianjie .right .about_content p {
  font-size: 16px;
  color: #333;
  line-height: 2;
  font-weight: normal;
  text-align: left;
  margin-bottom: 18px;
}
.about .main .cultrue {
  width: 100%;
  background: url(/images/cultrue_bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 90px 0;
}
.about .main .cultrue .ct ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.about .main .cultrue .ct ul li {
  width: 31%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.1);
  padding: 40px;
  height: 220px;
  position: relative;
  margin-bottom: 20px;
}
.about .main .cultrue .ct ul li h3 {
  font-size: 20px;
  color: #f9b11c;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 16px;
}
.about .main .cultrue .ct ul li h3 i {
  font-size: 20px;
  color: #f9b11c;
  line-height: 1;
  font-weight: normal;
  text-align: left;
  margin-right: 10px;
}
.about .main .cultrue .ct ul li p {
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
  font-weight: normal;
  text-align: left;
}
.about .main .cultrue .ct ul li::after {
  display: block;
  content: "";
  width: calc(100% - 80px);
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 40px;
  bottom: 40px;
}
.about .main .honor {
  margin-bottom: 100px;
}
.about .main .honor .w80 .title {
  margin-top: 150px;
  position: relative;
}
.about .main .honor .w80 .title h1 {
  font-size: 70px;
  color: #004594;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  opacity: 0.1;
  position: absolute;
  bottom: -10px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
.about .main .honor .w80 .title h2 {
  font-size: 36px;
  color: #f9b11c;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.about .main .honor .w80 .dsc {
  margin-top: 20px;
}
.about .main .honor .w80 .dsc p {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.about .main .honor .w80 .content {
  margin-top: 40px;
}
.about .main .honor .w80 .content ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .honor .w80 .content ul li {
  width: 24%;
  border: 1px solid #dfdfdf;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
  margin-right: 1.3%;
}
.about .main .honor .w80 .content ul li:nth-of-type(4n) {
  margin-right: 0;
}
.about .main .honor .w80 .content ul li .img img {
  width: 100%;
}
.about .main .honor .w80 .content ul li .txt {
  margin-top: 30px;
}
.about .main .honor .w80 .content ul li .txt p {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .about .main .ct .jianjie .left p {
    font-size: 30px;
  }
  .about .main .ct .jianjie .left span {
    font-size: 16px;
  }
  .about .main .ct .jianjie .left .img {
    width: 100%;
  }
  .about .main .ct .jianjie .left {
    padding: 0 40px 0 0;
  }
  .about .main .ct .jianjie .right {
    padding: 0 0 0 40px;
  }
  .about .main .ct .jianjie .right .about_content p {
    font-size: 14px;
  }
  .about .main .ct .jianjie .right h3 {
    font-size: 20px;
  }
  .about .main .ct .jianjie .left h3 {
    font-size: 34px;
  }
  .about .main .cultrue .ct ul li p {
    font-size: 14px;
  }
  .about .main .cultrue .ct ul li h3 {
    font-size: 18px;
  }
  .about .main .cultrue .ct ul li {
    height: 200px;
    padding: 24px;
  }
  .about .main .cultrue .ct ul li::after {
    left: 24px;
    width: calc(100% - 50px);
  }
  .about .main .honor .w80 .title h2 {
    font-size: 30px;
  }
  .about .main .honor .w80 .content ul li .txt p {
    font-size: 14px;
  }
  .about .main .honor .w80 .content ul li {
    padding: 10px;
  }
  .about .main .honor .w80 .title {
    margin-top: 130px;
  }
  .about .main .honor {
    margin-bottom: 70px;
  }
  .about .main .honor .w80 .title h1 {
    font-size: 62px;
  }
}
@media screen and (max-width: 992px) {
  .about .main .ct .jianjie .left {
    width: 100%;
    border-right: 0;
    padding: 0;
  }
  .about .main .ct .jianjie .left p {
    font-size: 22px;
  }
  .about .main .ct .jianjie {
    margin-top: 90px;
  }
  .about .main .ct .jianjie .left h3 {
    font-size: 32px;
  }
  .about .main .ct .jianjie .left .img {
    margin-top: 40px;
  }
  .about .main .ct .jianjie .right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .about .main .ct .jianjie .right h3 {
    line-height: 1.2;
    font-size: 18px;
  }
  .about .main .ct .jianjie .right .about_content p {
    font-size: 15px;
    line-height: 1.6;
  }
  .about .main .cultrue .ct ul li {
    width: 100%;
  }
  .about .main .honor .w80 .title h2 {
    font-size: 20px;
  }
  .about .main .honor .w80 .title h1 {
    font-size: 42px;
    bottom: -6px;
  }
  .about .main .honor .w80 .title {
    margin-top: 100px;
  }
  .about .main .honor .w80 .dsc p {
    font-size: 16px;
  }
  .about .main .honor .w80 .content ul li {
    width: 100%;
  }
}
.product .main .w80 .title {
  margin-top: 150px;
  position: relative;
}
.product .main .w80 .title h1 {
  font-size: 80px;
  color: #004594;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  opacity: 0.1;
  position: absolute;
  bottom: -10px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
.product .main .w80 .title h2 {
  font-size: 36px;
  color: #f9b11c;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.product .main .w80 .dsc {
  margin-top: 30px;
}
.product .main .w80 .dsc p {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.product .main .w80 .btn {
  margin-top: 50px;
}
.product .main .w80 .btn ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.product .main .w80 .btn ul li {
  width: 19.4%;
  text-align: center;
  background-color: #f0f0f0;
}
.product .main .w80 .btn ul li.active {
  background-color: #004594;
}
.product .main .w80 .btn ul li.active a {
  color: #fff;
  font-weight: 700;
}
.product .main .w80 .btn ul li a {
  display: block;
  width: 100%;
  padding: 20px 60px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.product .main .w80 .content {
  margin-top: 80px;
  min-height: 300px;
}
.product .main .w80 .content ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.product .main .w80 .content ul li {
  width: 24%;
  margin-bottom: 40px;
  margin-right: 1.3%;
}
.product .main .w80 .content ul li:nth-of-type(4n) {
  margin-right: 0;
}
.product .main .w80 .content ul li .img {
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  padding: 20px;
}
.product .main .w80 .content ul li .img img {
  width: 100%;
}
.product .main .w80 .content ul li .txt {
  background-color: #004594;
}
.product .main .w80 .content ul li .txt p {
  font-size: 16px;
  color: #fff;
  line-height: 52px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .product .main .w80 .title h1 {
    font-size: 62px;
  }
  .product .main .w80 .title h2 {
    font-size: 30px;
  }
  .product .main .w80 .title {
    margin-top: 120px;
  }
  .product .main .w80 .dsc p {
    font-size: 16px;
  }
  .product .main .w80 .btn ul li a {
    padding: 15px 30px;
    font-size: 14px;
  }
  .product .main .w80 .btn ul li {
    border-radius: 4px;
  }
  .product .main .w80 .btn {
    margin-top: 32px;
  }
  .product .main .w80 .content {
    margin-top: 56px;
  }
  .product .main .w80 .content ul li .txt p {
    line-height: 44px;
    font-size: 14px;
  }
  .product .main .w80 .pageList {
    margin-top: 10px;
  }
}
@media screen and (max-width: 992px) {
  .product .main .w80 .title h2 {
    font-size: 20px;
  }
  .product .main .w80 .title h1 {
    font-size: 42px;
    bottom: -4px;
  }
  .product .main .w80 .title {
    margin-top: 90px;
  }
  .product .main .w80 .dsc p {
    font-size: 15px;
    line-height: 1.3;
  }
  .product .main .w80 .dsc {
    margin-top: 20px;
  }
  .product .main .w80 .btn {
    display: none;
  }
  .product .main .w80 .content {
    margin-top: 36px;
  }
  .product .main .w80 .content ul li {
    width: 48%;
  }
}
.dingzhi .main .w80 .title {
  margin-top: 150px;
  position: relative;
}
.dingzhi .main .w80 .title h1 {
  font-size: 80px;
  color: #004594;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  opacity: 0.1;
  position: absolute;
  bottom: -10px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
.dingzhi .main .w80 .title h2 {
  font-size: 36px;
  color: #f9b11c;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.dingzhi .main .w80 .dsc {
  margin-top: 30px;
}
.dingzhi .main .w80 .dsc p {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.dingzhi .main .w80 .content {
  margin-top: 70px;
  margin-bottom: 120px;
  background-color: #f1faff;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.dingzhi .main .w80 .content .left {
  width: 48%;
}
.dingzhi .main .w80 .content .left .img img {
  width: 100%;
}
.dingzhi .main .w80 .content .right {
  width: 48%;
}
.dingzhi .main .w80 .content .right p {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 1440px) {
  .dingzhi .main .w80 .title h1 {
    font-size: 62px;
    bottom: -4px;
  }
  .dingzhi .main .w80 .title h2 {
    font-size: 30px;
  }
  .dingzhi .main .w80 .dsc p {
    font-size: 16px;
  }
  .dingzhi .main .w80 .dsc {
    margin-top: 20px;
  }
  .dingzhi .main .w80 .content {
    margin-top: 40px;
    margin-bottom: 80px;
  }
  .dingzhi .main .w80 .content .right p {
    font-size: 14px;
  }
  .dingzhi .main .w80 .content {
    align-items: center;
  }
}
@media screen and (max-width: 992px) {
  .dingzhi .main .w80 .title h1 {
    font-size: 36px;
  }
  .dingzhi .main .w80 .title h2 {
    font-size: 20px;
  }
  .dingzhi .main .w80 .dsc p {
    line-height: 1.3;
    font-size: 15px;
  }
  .dingzhi .main .w80 .title {
    margin-top: 100px;
  }
  .dingzhi .main .w80 .content .left {
    width: 100%;
  }
  .dingzhi .main .w80 .content .right {
    width: 100%;
    margin-top: 20px;
  }
  .dingzhi .main .w80 .content .right p {
    margin-bottom: 14px;
  }
}
.shili .main .w80 .title {
  margin-top: 150px;
  position: relative;
}
.shili .main .w80 .title h1 {
  font-size: 80px;
  color: #004594;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  opacity: 0.1;
  position: absolute;
  bottom: -10px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
.shili .main .w80 .title h2 {
  font-size: 36px;
  color: #f9b11c;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.shili .main .w80 .dsc {
  margin-top: 30px;
}
.shili .main .w80 .dsc p {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}
.shili .main .w80 .content {
  margin-top: 60px;
  margin-bottom: 100px;
}
.shili .main .w80 .content ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.shili .main .w80 .content ul li {
  width: 23.6%;
  margin-bottom: 30px;
}
.shili .main .w80 .content ul li .img {
  padding: 10px 10px 0 10px;
  box-sizing: border-box;
  background-color: #f1faff;
}
.shili .main .w80 .content ul li .img img {
  width: 100%;
}
.shili .main .w80 .content ul li .text {
  background-color: #f1faff;
  padding: 18px 0;
}
.shili .main .w80 .content ul li .text p {
  font-size: 15px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .shili .main .w80 .title h2 {
    font-size: 30px;
  }
  .shili .main .w80 .title h1 {
    font-size: 62px;
    bottom: -4px;
  }
  .shili .main .w80 .dsc p {
    font-size: 15px;
  }
  .shili .main .w80 .dsc {
    margin-top: 20px;
  }
  .shili .main .w80 .content {
    margin-top: 40px;
  }
  .shili .main .w80 .content ul li .text p {
    font-size: 14px;
  }
  .shili .main .w80 .content ul li .text {
    padding: 14px 0;
  }
  .shili .main .w80 .title {
    margin-top: 110px;
  }
}
@media screen and (max-width: 992px) {
  .shili .main .w80 .title h1 {
    font-size: 42px;
  }
  .shili .main .w80 .title h2 {
    font-size: 20px;
  }
  .shili .main .w80 .title {
    margin-top: 90px;
  }
  .shili .main .w80 .content ul li {
    width: 100%;
  }
  .shili .main .w80 .content {
    margin-bottom: 60px;
  }
}
.products_detailed .main .top {
  width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #f0f0f0;
}
.products_detailed .main .top .ct {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.products_detailed .main .top .ct .left {
  width: 50%;
  position: relative;
  background-color: #fff;
}
.products_detailed .main .top .ct .left .bigImg {
  padding: 40px;
}
.products_detailed .main .top .ct .left .bigImg img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.products_detailed .main .top .ct .left .smailImg {
  width: 100%;
  position: absolute;
  padding: 0 40px;
  bottom: 50px;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.products_detailed .main .top .ct .left .smailImg .btnLeft {
  width: 20px;
  height: 72px;
  background-color: #f0f0f0;
  margin-left: 40px;
  line-height: 72px;
  text-align: center;
  cursor: pointer;
}
.products_detailed .main .top .ct .left .smailImg .btnLeft i {
  display: block;
  transform: rotate(180deg);
}
.products_detailed .main .top .ct .left .smailImg .btnRight {
  width: 20px;
  height: 72px;
  background-color: #f0f0f0;
  margin-right: 40px;
  line-height: 72px;
  text-align: center;
  cursor: pointer;
}
.products_detailed .main .top .ct .left .smailImg ul {
  width: 80%;
  width: calc(100 - 40px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.products_detailed .main .top .ct .left .smailImg ul li {
  cursor: pointer;
  width: 16%;
  border: 1px solid #dfdfdf;
  margin: 0 1%;
  box-sizing: border-box;
  overflow: hidden;
}
.products_detailed .main .top .ct .left .smailImg ul li img {
  width: auto;
  height: 72px;
}
.products_detailed .main .top .ct .left .smailImg ul li:hover {
  border: 1px solid #004594;
}
.products_detailed .main .top .ct .right {
  width: 44%;
  height: inherit;
  position: relative;
}
.products_detailed .main .top .ct .right .title {
  margin-top: 30px;
}
.products_detailed .main .top .ct .right .title p {
  font-size: 36px;
  color: #004594;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.products_detailed .main .top .ct .right .title h3 {
  font-size: 18px;
  color: #f9b11c;
  line-height: 1;
  font-weight: normal;
  text-align: left;
  font-family: "Impact";
  margin-bottom: 14px;
}
.products_detailed .main .top .ct .right .title::after {
  display: block;
  content: "";
  margin-top: 30px;
  width: 100%;
  height: 1px;
  background-color: #999;
}
.products_detailed .main .top .ct .right .pro_content {
  margin: 20px 0;
}
.products_detailed .main .top .ct .right .pro_content p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  font-weight: normal;
  text-align: left;
}
.products_detailed .main .top .ct .right .pro_content p span {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  font-weight: 700;
  text-align: left;
  display: block;
  margin-bottom: 8px;
}
.products_detailed .main .top .ct .right .pro_config {
  margin: 20px 0 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #999;
}
.products_detailed .main .top .ct .right .pro_config span {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  font-weight: 700;
  text-align: left;
  display: block;
  margin-bottom: 8px;
}
.products_detailed .main .top .ct .right .pro_config ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.products_detailed .main .top .ct .right .pro_config ul li {
  padding: 0 10px;
  margin: 5px 6px;
  background-color: #fff;
  font-size: 15px;
  color: #333;
  line-height: 42px;
  font-weight: normal;
  text-align: center;
}
.products_detailed .main .top .ct .right .tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  color: #fff;
  line-height: 1.8;
  font-weight: normal;
  text-align: left;
  width: 280px;
  height: 54px;
  background-color: #004594;
  border-radius: 2px;
}
.products_detailed .main .top .ct .right .tel a i {
  font-size: 24px;
}
.products_detailed .main .top .ct .right .tel a span {
  font-family: "Impact";
  font-size: 24px;
}
.products_detailed .main .top .ct .right .button .pre a {
  font-size: 16px;
  color: #333;
  line-height: 40px;
  font-weight: normal;
  text-align: left;
}
.products_detailed .main .top .ct .right .button .next a {
  font-size: 16px;
  color: #333;
  line-height: 40px;
  font-weight: normal;
  text-align: left;
}
.products_detailed .main .bottom {
  width: 100%;
}
.products_detailed .main .bottom .across {
  width: 100%;
  height: 70px;
  background-color: #fff;
  border-bottom: 1px solid #dfdfdf;
}
.products_detailed .main .bottom .across .title {
  display: inline-block;
  padding: 0 60px;
  cursor: pointer;
}
.products_detailed .main .bottom .across .title a {
  display: block;
  width: 100%;
  font-size: 18px;
  color: #333;
  line-height: 70px;
  font-weight: bold;
  text-align: left;
}
.products_detailed .main .bottom .across .title.active {
  background-color: #f9b11c;
}
.products_detailed .main .bottom .across .title.active a {
  font-size: 18px;
  color: #fff;
  line-height: 70px;
  font-weight: bold;
  text-align: left;
}
.products_detailed .main .bottom .canshu {
  margin-top: 100px;
}
.products_detailed .main .bottom .canshu .canshu_box1 {
  margin-bottom: 60px;
}
.products_detailed .main .bottom .canshu .canshu_box1 > h3 {
  font-size: 30px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 30px;
}
.products_detailed .main .bottom .canshu .canshu_box1 > p {
  font-size: 20px;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.products_detailed .main .bottom .canshu .canshu_box1 img {
  display: block;
  width: 100%;
  margin: 50px auto 0;
}
.products_detailed .main .bottom .other_pro {
  width: 100%;
  background-color: #004594;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 80px;
  padding-bottom: 120px;
}
.products_detailed .main .bottom .other_pro > div {
  overflow: hidden;
}
.products_detailed .main .bottom .other_pro > div > h3 {
  margin-top: 70px;
  margin-bottom: 30px;
  font-size: 30px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.products_detailed .main .bottom .other_pro > div ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.products_detailed .main .bottom .other_pro > div ul li {
  width: 19%;
  margin-right: 1%;
  height: auto;
  border: 1px solid #dfdfdf;
  border-left: none;
  box-sizing: border-box;
  background-color: #fff;
  cursor: pointer;
}
.products_detailed .main .bottom .other_pro > div ul li .pro_name {
  width: 100%;
  padding: 30px;
}
.products_detailed .main .bottom .other_pro > div ul li .pro_name p {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.products_detailed .main .bottom .other_pro > div ul li .pro_name h3 {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "Impact";
  margin-bottom: 10px;
}
.products_detailed .main .bottom .other_pro > div ul li .pro_img {
  width: 100%;
  overflow: hidden;
  padding: 50px 20px 0;
  box-sizing: border-box;
  border: none;
}
.products_detailed .main .bottom .other_pro > div ul li .pro_img img {
  width: 100%;
  transition: all 1s;
  backface-visibility: hidden;
}
.products_detailed .main .bottom .other_pro > div ul li .pro_attr {
  width: 100%;
  padding: 30px 0 0 30px;
}
.products_detailed .main .bottom .other_pro > div ul li .pro_attr .pro_attr_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.products_detailed .main .bottom .other_pro > div ul li .pro_attr .pro_attr_item p {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-right: 12px;
}
.products_detailed .main .bottom .other_pro > div ul li .pro_attr .pro_attr_item h3 {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
}
.products_detailed .main .bottom .other_pro > div ul li .pro_more {
  margin-top: 30px;
  width: 100%;
  border-top: 1px solid #dfdfdf;
}
.products_detailed .main .bottom .other_pro > div ul li .pro_more a {
  display: block;
  width: 70%;
  height: 40px;
  background-color: #004594;
  margin: 15px auto;
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .products_detailed .main .top .ct .left {
    width: 60%;
  }
  .products_detailed .main .top .ct .right {
    width: 34%;
  }
  .products_detailed .main .top {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .products_detailed .main .bottom .canshu {
    margin-top: 60px;
  }
  .products_detailed .main .top .ct .right .title h3 {
    font-size: 30px;
  }
  .products_detailed .main .top .ct .right .pro_content p span {
    font-size: 16px;
  }
  .products_detailed .main .top .ct .right .pro_content p {
    font-size: 14px;
  }
  .products_detailed .main .top .ct .right .pro_config span {
    font-size: 16px;
  }
  .products_detailed .main .top .ct .right .pro_config ul li {
    font-size: 13px;
  }
  .products_detailed .main .top .ct .right .tel a {
    font-size: 14px;
    width: 248px;
  }
  .products_detailed .main .bottom .across .title a {
    font-size: 16px;
  }
  .products_detailed .main .bottom .across .title.active a {
    font-size: 16px;
    line-height: 56px;
  }
  .products_detailed .main .bottom .across {
    height: 56px;
  }
  .products_detailed .main .bottom .canshu .canshu_box1 > h3 {
    font-size: 20px;
  }
  .products_detailed .main .bottom .other_pro > div ul li {
    height: 200px;
  }
  .products_detailed .main .bottom .other_pro > div > h3 {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .products_detailed .main .bottom .other_pro > div ul li .pro_img {
    width: 100%;
    height: 150px;
    padding: 10px 10px 0;
  }
  .products_detailed .main .bottom .other_pro > div ul li .pro_name {
    padding: 20px 10px;
    box-sizing: border-box;
  }
  .products_detailed .main .bottom .other_pro > div ul li .pro_name h3 {
    display: none;
  }
  .products_detailed .main .bottom .other_pro > div ul li .pro_attr .pro_attr_item h3 {
    font-size: 13px;
    letter-spacing: -1px;
  }
  .products_detailed .main .bottom .other_pro {
    padding-bottom: 60px;
  }
  .products_detailed .main .top .ct .right .title p {
    font-size: 24px;
  }
  .products_detailed .main .top .ct .left .smailImg .btnRight {
    margin-right: 20px;
  }
  .products_detailed .main .top .ct .left .smailImg .btnLeft {
    margin-left: 20px;
  }
  .products_detailed .main .top .ct .left .bigImg {
    padding: 20px;
  }
  .products_detailed .main .top .ct .right .title {
    margin-top: 0;
  }
  .products_detailed .main .top .ct .right .title::after {
    margin-top: 20px;
  }
  .products_detailed .main .top .ct .right .tel {
    margin-top: 40px;
  }
  .products_detailed .main .top .ct .right .button {
    margin-top: 40px;
  }
  .products_detailed .main .top .ct .right .button .pre a {
    font-size: 14px;
  }
  .products_detailed .main .top .ct .right .button .next a {
    font-size: 14px;
  }
  .products_detailed .main .top .ct .right .title h3 {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .products_detailed .main .bottom .canshu .canshu_box1 > p {
    font-size: 14px;
  }
  .products_detailed .main .bottom .other_pro > div ul li .pro_name p {
    font-size: 14px;
  }
  .products_detailed .main .top .ct {
    align-items: center;
  }
}
@media screen and (max-width: 992px) {
  .products_detailed .main .bottom .canshu .canshu_box1 > p {
    font-size: 15px;
  }
  .products_detailed .main .top {
    padding-top: 70px;
  }
  .products_detailed .main .top .ct .left {
    width: 100%;
  }
  .products_detailed .main .top .ct .right {
    width: 100%;
    margin-top: 40px;
  }
  .products_detailed .main .top .ct .left .smailImg .btnLeft {
    height: 36px;
    line-height: 36px;
    margin-left: 0;
  }
  .products_detailed .main .top .ct .left .smailImg .btnRight {
    height: 36px;
    line-height: 36px;
    margin-right: 0;
  }
  .products_detailed .main .top .ct .left .smailImg ul {
    width: calc(100% - 70px);
  }
  .products_detailed .main .top .ct .right .tel a {
    font-size: 14px;
    margin-bottom: 10px;
    padding: 0px 6px;
    width: 218px;
    height: 46px;
  }
  .products_detailed .main .top .ct .right .title h3 {
    font-size: 24px;
  }
  .products_detailed .main .top .ct .right .title p {
    font-size: 20px;
  }
  .products_detailed .main .bottom .across .title {
    padding: 0 20px;
  }
  .products_detailed .main .bottom .across .title.active a {
    font-size: 14px;
    line-height: 50px;
  }
  .products_detailed .main .bottom .canshu {
    margin-top: 20px;
  }
  .products_detailed .main .bottom .canshu .canshu_box1 > h3 {
    font-size: 16px;
  }
  .products_detailed .main .top .ct .left .bigImg {
    padding: 20px 10px 20px 10px;
  }
  .products_detailed .main .bottom .other_pro {
    display: none;
  }
  .products_detailed .main .bottom .across {
    height: 50px;
  }
  .products_detailed .main .bottom .across .title a {
    line-height: 50px;
    font-size: 13px;
  }
  .products_detailed .main .bottom .canshu .canshu_box1 .cptedian h3 {
    font-size: 15px;
  }
  .products_detailed .main .bottom .canshu .canshu_box1 .cptedian p {
    font-size: 13px;
  }
  table,
  table tr th,
  table tr td {
    font-size: 12px;
  }
  .products_detailed .main .top .ct .left .smailImg {
    bottom: 20px;
    padding: 0 10px;
  }
  .products_detailed .main .top .ct .left .smailImg ul li {
    width: auto;
  }
  .products_detailed .main .top .ct .left .smailImg ul li img {
    height: 34px;
  }
  .products_detailed .main .top .ct .right .tel a span {
    font-size: 18px;
  }
  .products_detailed .main .top .ct .right .button .next a {
    line-height: 30px;
  }
  .products_detailed .main .top .ct .right .button .pre a {
    line-height: 30px;
  }
}
.news .main {
  margin-bottom: 80px;
}
.news .main > div .top {
  margin-top: 180px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news .main > div .top .title {
  position: relative;
}
.news .main > div .top .title h1 {
  font-size: 100px;
  color: #004594;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  opacity: 0.1;
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: -1;
}
.news .main > div .top .title h2 {
  font-size: 36px;
  color: #f9b11c;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.news .main > div .top .btn ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news .main > div .top .btn ul li {
  margin: 0 10px;
  background-color: #f0f0f0;
  padding: 16px 40px;
}
.news .main > div .top .btn ul li.active {
  background-color: #004594;
}
.news .main > div .top .btn ul li.active a {
  color: #fff;
}
.news .main > div .top .btn ul li:nth-of-type(3) {
  margin-right: 0;
}
.news .main > div .top .btn ul li a {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.news .main > div .top .des p {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.news .main > div .top .des p i {
  font-size: 20px;
  line-height: 1;
  color: #f9b11c;
}
.news .main > div .news_part02 {
  margin-top: 50px;
}
.news .main > div .news_part02 ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
  background: #fff;
  transition: 0.5s ease;
  margin-bottom: 40px;
  border-bottom: 3px solid #cecdcf;
  box-shadow: 3px 4px 8px #f0f0f0;
}
.news .main > div .news_part02 ul li:nth-of-type(3n) {
  margin-right: 0;
}
.news .main > div .news_part02 ul li a:hover .n_newsText {
  background-color: #004594;
}
.news .main > div .news_part02 ul li a:hover .n_newsText .n_textBox .n_textBox_center .tit {
  color: #fff;
  opacity: 0.6;
}
.news .main > div .news_part02 ul li a:hover .n_newsText .n_textBox .n_textBox_center .desc p {
  color: #fff;
}
.news .main > div .news_part02 ul li a:hover .n_newsText .n_textBox .n_textBox_center .box2 .date {
  color: #fff;
}
.news .main > div .news_part02 ul li a:hover .n_newsText .n_textBox .n_textBox_center .box2 .n_icon {
  background-color: #004594;
}
.news .main > div .news_part02 ul li a:hover .n_newsImg .n_newsImg_box img {
  transform: calc(1.1);
}
.news .main > div .news_part02 ul li a .n_newsImg .n_newsImg_box {
  position: relative;
  display: block;
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.news .main > div .news_part02 ul li a .n_newsImg .n_newsImg_box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 0.5s ease;
}
.news .main > div .news_part02 ul li a .n_newsText {
  background-color: #f6f6f6;
}
.news .main > div .news_part02 ul li a .n_newsText .n_textBox {
  padding: 30px 30px 16px 30px;
}
.news .main > div .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 100px;
}
.news .main > div .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .tit {
  font-size: 14px;
  line-height: 1;
  height: 14px;
  color: #cccccc;
  overflow: hidden;
  margin: 0 0 6px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .main > div .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc {
  height: 30px;
  margin-bottom: 6px;
}
.news .main > div .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc p {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
}
.news .main > div .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .box2 {
  border-top: 1px solid #d5d5d5;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news .main > div .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .box2 .date {
  font-size: 15px;
  line-height: 20px;
  color: #a1a0a1;
}
.news .main > div .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .box2 .n_icon {
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  transition: 0.3s ease;
  cursor: pointer;
  background-color: #004594;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
}
.news .main > div .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .box2 .n_icon i {
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .news .main > div .top {
    margin-top: 114px;
  }
  .news .main > div .top .title h1 {
    font-size: 70px;
  }
  .news .main > div .top .title h2 {
    font-size: 28px;
  }
  .news .main > div .top .btn ul li a {
    font-size: 15px;
  }
  .news .main > div .top .btn ul li {
    padding: 14px 40px;
  }
  .news .main > div:first-of-type .newsBoxTitle h3 {
    font-size: 24px;
  }
  .news .main > div:first-of-type .newsBoxTitle h3::after {
    margin-top: 14px;
    height: 2px;
    width: 30px;
    background-color: #004594;
  }
  .news .main > div:first-of-type .newsBoxTitle p {
    font-size: 16px;
  }
  .news .main > div:first-of-type .newsBoxTitle p img {
    display: none;
  }
  .news .main > div:first-of-type .newsBoxTitle {
    margin-bottom: 30px;
  }
  .news .main > div:first-of-type .news_part02 ul li a .n_newsImg .n_newsImg_box {
    height: 240px;
  }
  .news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox {
    padding: 20px;
  }
  .news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center {
    padding-bottom: 130px;
  }
  .news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc {
    height: 50px;
    margin-bottom: 10px;
  }
  .news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc p {
    font-size: 16px;
  }
  .news .main {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 992px) {
  .news .main > div:first-of-type {
    margin-top: 50px;
  }
  .news .main > div:first-of-type .newsBoxTitle h3 {
    font-size: 18px;
  }
  .news .main > div:first-of-type .newsBoxTitle p {
    font-size: 13px;
    margin-top: 14px;
  }
  .news .main > div:first-of-type .news_part02 ul li {
    width: 100%;
  }
  .news .main > div:first-of-type .news_part02 ul li a .n_newsImg .n_newsImg_box {
    height: 200px;
  }
  .news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc p {
    font-size: 14px;
  }
  .news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc {
    height: 40px;
  }
  .news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center {
    padding-bottom: 114px;
  }
  .news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .box2 .date {
    font-size: 12px;
  }
  .news .main {
    margin-bottom: 40px;
  }
  .news .main > div .top .btn {
    display: none;
  }
  .news .main > div .top {
    margin-top: 30px;
  }
  .news .main > div .top .title h1 {
    font-size: 42px;
    bottom: -5px;
  }
  .news .main > div .top .title h2 {
    font-size: 18px;
  }
  .news .main > div .news_part02 {
    margin-top: 40px;
  }
}
.news_detailed .main .ct .detailed > .n_title {
  display: block;
}
.news_detailed .main .ct .detailed > .n_title h3 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.news_detailed .main .ct .detailed .sub2 .share {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 40px;
}
.news_detailed .main .ct .detailed .sub2 .share p {
  font-size: 14px;
  margin: 0 10px;
}
.news_detailed .main .ct .detailed .sub2 .news_content {
  text-align: center;
}
.news_detailed .main .ct .detailed .sub2 .news_content p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-weight: normal;
  text-align: left;
}
.news_detailed .main .ct .detailed .sub2 .news_content img {
  display: block;
  width: initial;
  margin: 0 auto;
}
.news_detailed .main .ct .detailed .sub2 .np {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 75px;
}
.news_detailed .main .ct .detailed .sub2 .np div {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
}
.news_detailed .main .ct .detailed .sub2 .np div i {
  font-size: 24px;
}
.news_detailed .main .ct .detailed .sub2 .np div a {
  font-size: 16px;
  color: #000;
  line-height: 60px;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .news_detailed .main .ct .detailed > .n_title h3 {
    font-size: 22px;
  }
  .news_detailed .main .ct .detailed .sub1 h3 {
    font-size: 20px;
  }
  .news_detailed .main .ct .detailed .sub2 .news_content p {
    font-size: 15px;
  }
  .news_detailed .main .ct .detailed .sub2 .np div a {
    font-size: 14px;
  }
  .mt-100 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 992px) {
  .news_detailed .main .ct .detailed .sub2 .np {
    flex-wrap: wrap;
  }
  .news_detailed .main .ct .detailed .sub2 .np div {
    width: 100%;
    margin-bottom: 10px;
    justify-content: flex-start;
  }
  .news_detailed .main .ct .detailed .sub2 .np div i {
    display: none;
  }
  .news_detailed .main .ct .detailed .n_title h3 {
    font-size: 18px;
  }
  .news_detailed .main .ct .detailed .sub2 .news_content img {
    width: 100%;
  }
  .news_detailed .main .ct .detailed .sub2 .np div a {
    line-height: 1.2;
    padding: 8px;
  }
}
.contact .main .contact_sub1 {
  margin-top: 140px;
}
.contact .main .contact_sub1 .w80 {
  padding-bottom: 8px;
}
.contact .main .contact_sub1 .w80 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .contact_sub1 .w80 ul li {
  width: 19%;
  border: 1px solid #e6e6e6;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  cursor: pointer;
}
.contact .main .contact_sub1 .w80 ul li .c_icon {
  width: 80%;
  height: 50px;
  text-align: center;
  margin: 0 auto;
  border-bottom: 1px dashed #cacaca;
  padding-bottom: 16px;
}
.contact .main .contact_sub1 .w80 ul li .c_icon i {
  font-size: 38px;
  color: #004594;
  transition: all 0.5s ease;
  display: inline-block;
}
.contact .main .contact_sub1 .w80 ul li .text {
  width: 100%;
  margin-top: 20px;
}
.contact .main .contact_sub1 .w80 ul li .text h3 {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
}
.contact .main .contact_sub1 .w80 ul li .text p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
}
.contact .main .contact_sub1 .w80 ul li:nth-child(5) .img {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.contact .main .contact_sub1 .w80 ul li:nth-child(5) .img img {
  width: 64%;
  margin: 0 auto;
}
.contact .main .contact_sub1 .w80 ul li:nth-child(5) .text {
  margin-top: 16px;
}
.contact .main .contact_sub1 .w80 ul li:nth-child(5) .text h3 {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.contact .main .contact_sub1 .w80 ul li:hover {
  box-shadow: 2px 2px 6px #efefef;
}
.contact .main .contact_sub1 .w80 ul li:hover .c_icon i {
  transform: rotateY(180deg);
}
.contact .main .contact_bottom {
  margin-top: 80px;
  margin-bottom: 120px;
  overflow: hidden;
}
.contact .main .contact_bottom .w80 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .contact_bottom .w80 .left {
  width: 42%;
  position: relative;
}
.contact .main .contact_bottom .w80 .left .img {
  margin-left: 100px;
  position: relative;
  z-index: 6;
  border-radius: 30px 0 0 0;
  overflow: hidden;
}
.contact .main .contact_bottom .w80 .left .img img {
  width: 100%;
}
.contact .main .contact_bottom .w80 .left .box {
  position: absolute;
  top: 50%;
  margin-top: -130px;
  width: 260px;
  height: 260px;
  animation: move 2s linear infinite;
}
.contact .main .contact_bottom .w80 .left .box .box1 {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background-color: #f0f0f0;
}
.contact .main .contact_bottom .w80 .left .box .box2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #004594;
}
.contact .main .contact_bottom .w80 .right {
  width: 54%;
}
.contact .main .contact_bottom .w80 .right .sub1 p {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 30px;
}
.contact .main .contact_bottom .w80 .right .sub1 h3 {
  font-size: 36px;
  color: #333;
  line-height: 1.1;
  font-weight: 700;
  text-align: left;
}
.contact .main .contact_bottom .w80 .right .sub2 {
  margin-top: 60px;
}
.contact .main .contact_bottom .w80 .right .sub2 .sub2_item {
  margin-bottom: 14px;
}
.contact .main .contact_bottom .w80 .right .sub2 .sub2_item:nth-of-type(1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .contact_bottom .w80 .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box1 {
  width: 49%;
}
.contact .main .contact_bottom .w80 .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box1 input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
  padding-left: 24px;
}
.contact .main .contact_bottom .w80 .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box2 {
  width: 49%;
}
.contact .main .contact_bottom .w80 .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box2 input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
  padding-left: 24px;
}
.contact .main .contact_bottom .w80 .right .sub2 .sub2_item:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .contact_bottom .w80 .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box1 {
  width: 49%;
}
.contact .main .contact_bottom .w80 .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box1 input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
  padding-left: 24px;
}
.contact .main .contact_bottom .w80 .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box2 {
  width: 49%;
}
.contact .main .contact_bottom .w80 .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box2 input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
  padding-left: 24px;
}
.contact .main .contact_bottom .w80 .right .sub2 .sub2_item button {
  width: 100%;
  height: 50px;
  border: none;
  background-color: #004594;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .contact .main .contact_sub1 {
    margin-top: 120px;
  }
  .contact .main .contact_sub1 .w80 ul li {
    height: 250px;
  }
  .contact .main .contact_sub1 .w80 ul li .text h3 {
    font-size: 16px;
  }
  .contact .main .contact_sub1 .w80 ul li .text p {
    font-size: 14px;
  }
  .contact .main .contact_sub1 .w80 ul li:nth-child(5) .text h3 {
    font-size: 16px;
  }
  .contact .main .contact_sub1 .w80 ul li:nth-child(5) .img img {
    width: 80%;
  }
  .contact .main .contact_bottom .w80 .right .sub1 h3 {
    font-size: 24px;
  }
  .contact .main .contact_bottom .w80 .right .sub1 p {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .contact .main .contact_bottom .w80 .right .sub2 {
    margin-top: 42px;
  }
  .contact .main .contact_bottom .w80 .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box1 input {
    font-size: 13px;
    line-height: 46px;
  }
  .contact .main .contact_bottom .w80 .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box2 input {
    font-size: 13px;
    line-height: 46px;
  }
  .contact .main .contact_bottom .w80 .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box1 input {
    font-size: 13px;
    line-height: 46px;
  }
  .contact .main .contact_bottom .w80 .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box2 input {
    font-size: 13px;
    line-height: 46px;
  }
  .contact .main .contact_bottom .w80 .right .sub2 .sub2_item button {
    height: 46px;
  }
  .contact .main .contact_bottom .w80 .left .box {
    width: 200px;
    height: 200px;
  }
  .contact .main .contact_bottom .w80 .left .box .box1 {
    width: 200px;
    height: 200px;
  }
  .contact .main .contact_bottom .w80 .left .box .box2 {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 992px) {
  .contact .main .contact_sub1 .w80 ul li {
    width: 100%;
    margin-bottom: 20px;
    height: 200px;
  }
  .contact .main .contact_sub1 .w80 ul li:nth-child(5) .img img {
    width: 50%;
  }
  .contact .main .contact_bottom .w80 .left {
    display: none;
  }
  .contact .main .contact_bottom .w80 .right {
    width: 100%;
  }
  .contact .main .contact_bottom .w80 .right .sub1 h3 {
    font-size: 18px;
  }
  .contact .main .contact_bottom .w80 .right .sub1 p {
    font-size: 15px;
  }
}
